home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / usr / sybase / doc / dbfreequal.man < prev    next >
Text File  |  1993-04-22  |  1KB  |  45 lines

  1.  
  2.   1                       Version 4.0 -- 5/1/89               dbfreequal
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  dbfreequal
  6.  
  7.   FUNCTION:
  8.        Free the memory allocated by dbqual().
  9.  
  10.   SYNTAX:
  11.        void dbfreequal(qualptr)
  12.  
  13.        char      *qualptr;
  14.  
  15.   COMMENTS:
  16.  
  17.        o dbfreequal() is one of the  DB-Library  browse  mode  routines.
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   dbfreequal              Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.          See the Introduction for a detailed discussion of browse mode.
  27.  
  28.        o dbqual() provides a WHERE clause that the application  can  use
  29.          to  update  a single row in a browsable table.  In doing so, it
  30.          dynamically allocates a buffer to  contain  the  WHERE  clause.
  31.          When  the WHERE clause is no longer needed, the application can
  32.          use dbfreequal() to de-allocate the buffer.
  33.  
  34.   PARAMETERS:
  35.        qualptr -  A pointer to the memory allocated by dbqual().
  36.  
  37.   RETURNS:
  38.        None.
  39.  
  40.   SEE ALSO:
  41.        dbqual
  42.  
  43.  
  44.  
  45.